home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 34
/
PC Gamer IT CD 34 2-2.iso
/
utility
/
rccd30103
/
_SETUP.1
/
Rccd.exe
/
0
/
RCDATA
/
TFRMCDDBTEST
/
TFRMCDDBTEST.txt
Wrap
Text File
|
1998-09-03
|
2KB
|
90 lines
object frmCDDBTest: TfrmCDDBTest
Left = 323
Top = 198
Width = 368
Height = 329
Caption = 'Test CDDB Connection'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 251
Width = 360
Height = 32
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Panel2: TPanel
Left = 276
Top = 0
Width = 84
Height = 32
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object btnClose: TButton
Left = 4
Top = 4
Width = 75
Height = 25
Caption = '&Close'
ModalResult = 2
TabOrder = 0
end
end
end
object Memo: TMemo
Left = 0
Top = 0
Width = 360
Height = 251
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
end
object StatusBar1: TStatusBar
Left = 0
Top = 283
Width = 360
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object SaveSettings: TgbSaveSettings
IniFileName = 'RCCD'
SectionName = 'CDDBTest Form'
RegistryKey = '\Software\GaJITS\'
Left = 220
Top = 32
end
object WSocket: TWSocket
Addr = 'cddb.cddb.com'
Port = '8880'
Proto = 'tcp'
MultiThreaded = False
OnDataAvailable = WSocketDataAvailable
OnSessionClosed = WSocketSessionClosed
OnChangeState = WSocketChangeState
OnError = WSocketError
FlushTimeout = 10
SendFlags = wsSendNormal
LingerOnOff = wsLingerOn
LingerTimeout = 10
Left = 100
Top = 76
end
end